home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / SOUND / AUDIOVISUAL.ZIP / !CreateSet / !Help < prev    next >
Text File  |  1997-06-01  |  2KB  |  60 lines

  1. ==============================================================================
  2. !CreateSet V 0.90  - Simple application to create SpriteSets for !AudioVis
  3.                      by Michael Kübel
  4. ==============================================================================
  5.  
  6. How to create your own SpriteSet
  7. --------------------------------
  8.  1) Create 32 sprites: Mode 28, 128 * 128 pixels, no Palette, no Mask.
  9.  
  10.  2) Name these sprite files 'P01' up to 'P32'
  11.     (Sprite P01 will be plotted at the lowest Sample Buffer Value (silence),
  12.      Sprite P32 at the highest).
  13.  
  14.  3) Put all these 32 files into the '!CreateSet.Sprites' directory.
  15.  
  16.  4) Double click on '!CreateSet' to make your SpriteSet.
  17.  
  18.  5) You will find your SpriteSet named 'sprset' in the '!CreateSet' 
  19.     directory. Now you can rename it and store it where you want.
  20.     
  21.     To use it just drag it to the input line at the options menu of
  22.     the !AudioVis application.
  23.  
  24.  I don't want to intend a new file type for the SpriteSets. So the
  25.  file type of any SpriteSet is the 'data' one.
  26.   
  27. Some hints creating the 32 sprites
  28. ----------------------------------
  29.  - If you don't want something to be plotted when there's silence leave
  30.    sprite 'P01' as a blank black one.
  31.  
  32.  - To make blended SpriteSets (as all of a mine) I created some 
  33.    BASIC programs to produce the basic sprites by simply drawing steadily
  34.    growing circles or polygons and saved them seperatly.
  35.    
  36.    Then I loaded them into a bitmap editor and put some effects and textures
  37.    on the sprites.
  38.  
  39. Legal Notice
  40. ------------
  41.  This program is FREEWARE. The author retains copyright.
  42.  All the normal conventions and restrictions apply.
  43.  No charging other than media and distribution costs etc.
  44.  
  45.  This software is supplied 'as is'. No responsibility can be taken for any 
  46.  failure of the program, or any loss or damage caused directly or indirectly,
  47.  or not caused, by the software.
  48.  
  49.  The LZW and LZWD modules were made by John Kortink
  50.  
  51. Contact
  52. -------
  53.  If you've got any questions, comments, bug reports, don't hesitate to
  54.  contact me. 
  55.  
  56.  s-mail: Michael Kübel, Weissenhofstr. 36, 74235 Erlenbach, Germany
  57.  e-mail: kuemmel@studbox.uni-stuttgart.de 
  58.  
  59.  And don't forget: Create your own SpriteSets and send them to me !!!
  60.